composetable: Don't abort on unsupported escape sequences
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Jan 2016 04:22:02 +0000 (23:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 28 Jan 2016 04:22:02 +0000 (23:22 -0500)
commit03f4666994a72d72551cae31efb946aa742addca
tree862237c69172abe3f4daa4aa69a25121d1518646
parentb8a0f3582b8df8d02643c0ac2522e8df170d9da4
composetable: Don't abort on unsupported escape sequences

People might put all sorts of gunk in their .XCompose file, in
the hope that XLib makes sense of it. Even if we don't make sense
of it, we shouldn't abort, but instead ignore the lines we can't
understand. Pointed out in
https://bugzilla.redhat.com/show_bug.cgi?id=1301254
gtk/gtkcomposetable.c